/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

[data-f-id*="pbf"] {
  display: none;
}


.form-control.custom-error{
    border-color: #E42C3E;
}

button:disabled,
button[disabled]{
  background-color: #757576;
}

.news-image{
	//object-fit: contain;
	height: 281px !important;
}

.news-nav{
	display: block !important;
}

.alert-note {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}



#news_form .content-wrap,#certificate_form .content-wrap{
    overflow: initial !important;
}